ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _SankeyRadialPlotView<TOwnerView> Class / _traverseNodeViews<TContext> Method

In This Topic
    _traverseNodeViews<TContext> Method (_SankeyRadialPlotView<TOwnerView>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub _traverseNodeViews(Of TContext)( _
       ByVal callback As GrapeCity.DataVisualization.Chart.ITraverseViewCallBack(Of ISankeyNodeView,TContext), _
       ByVal context As TContext _
    ) 
    public override void _traverseNodeViews<TContext>( 
       GrapeCity.DataVisualization.Chart.ITraverseViewCallBack<ISankeyNodeView,TContext> callback,
       TContext context
    )

    Parameters

    callback
    context

    Type Parameters

    TContext
    See Also